DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / CanPerformAction Method

In This Topic
    CanPerformAction Method (C1TableViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function CanPerformAction( _
       ByVal tableView As UIKit.UITableView, _
       ByVal action As ObjCRuntime.Selector, _
       ByVal indexPath As Foundation.NSIndexPath, _
       ByVal sender As Foundation.NSObject _
    ) As Boolean
    public virtual bool CanPerformAction( 
       UIKit.UITableView tableView,
       ObjCRuntime.Selector action,
       Foundation.NSIndexPath indexPath,
       Foundation.NSObject sender
    )

    Parameters

    tableView
    action
    indexPath
    sender
    See Also